home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / games / IndiZone / README.performer < prev    next >
Encoding:
Text File  |  1994-08-02  |  4.4 KB  |  112 lines

  1.                         PERFORMER for 5.* SYSTEMS
  2.  
  3. This version of Performer is designed solely for the 5.* OS and will not load
  4. on systems running an OS preceding 5.*.
  5.  
  6.                            INSTALLATION NOTE
  7.  
  8. The user should be familiar with "inst" in order to install Performer.
  9. You may step through inst to install only those subsystems you wish to
  10. install.
  11.  
  12. ____________________ TERMS OF DISTRIBUTION __________________________
  13.  
  14.     The files in this directory hierarchy are a special subset of the 
  15. IRIS Performer visual simulation software development toolkit.  It is
  16. being distributed in this form to support programmers involved in the 
  17. Indigo Games Contest.
  18.  
  19. __________________________ OVERVIEW _________________________________
  20.  
  21. The IRIS Performer software development environment supports
  22. programmers implementing high performance graphics applications on
  23. Silicon Graphics products. It offers both high level facilities for
  24. visual simulation and virtual reality tasks and an application-neutral
  25. high-performance hardware-oriented graphics toolkit.
  26.  
  27. The outer application specific layer of IRIS Performer implements the
  28. tasks needed by visual simulation applications: it performs culling,
  29. assuring that only potentially viewable geometry is sent to the
  30. graphics hardware; it controls multiple display channels; it provides
  31. fast intersection tests with simulation databases; and most
  32. importantly, it orchestrates all of this in parallel with rendering on
  33. multiple processor IRIS systems.
  34.  
  35. The lower-level rendering portion of IRIS Performer is designed for
  36. maximum performance: it's efficient data structures reflect the details
  37. of CPU, cache, and memory system architectures; it's tuned rendering
  38. loops convert the system CPU into an optimized data movement engine;
  39. and it's optimized state management system minimizes over head.
  40.  
  41. IRIS Performer provides a high-performance portability path across the
  42. Silicon Graphics product line. The low level library is implemented as
  43. a hardware-specific shared library, so applications based on IRIS
  44. Performer can achieve optimal performance on graphics systems from XS
  45. to RealityEngine without changes or recompilation.
  46.  
  47. The product includes a programmer's guide and printed man pages, as
  48. well as on-line man pages, test and demonstration programs, and a
  49. complete real-time visual simulation application. This application is
  50. provided in source form as an example for developers building real-time
  51. simulation systems using IRIS Performer. Also included are several
  52. databases and source code for database readers to load them.
  53.  
  54. For more information on IRIS Performer contact Michael Jones at (415)
  55. 390-1455 (mtj@sgi.com); for information about SGI systems for Visual
  56. Simulation, contact David Hughes (415) 390-3519 (davidh@asd.sgi.com);
  57. and, for SGI solutions in Virtual Reality applications, contact Joshua
  58. Mogal (415) 390-1460 (mogal@asd.sgi.com).
  59.  
  60. Silicon Graphics Corporate Office 2011 N. Shoreline Boulevard Mountain
  61. View, CA 94043 (415) 960-1980
  62.  
  63. Specifications are subject to change without notice. Silicon Graphics,
  64. the Silicon Graphics logo, and IRIS are registered trademarks of
  65. Silicon Graphics, Inc. IRIS Performer, Indigo Elan, RealityEngine,
  66. GeometryPipeline and GL Graphics Library are trademarks of Silicon
  67. Graphics, Inc.
  68.  
  69.  
  70. __________________________ PACKING LIST _____________________________
  71.  
  72.     README      This file
  73.  
  74.     data        Geometry and texture definitions
  75.  
  76.     doc         Documentation about IRIS Performer
  77.      datasheet   Overview of IRIS Performer
  78.      forum       IRIS Performer overview from 1992 Developer's Forum
  79.      guide       IRIS Performer Programming Guide
  80.      quick       IRIS Performer Quick-Reference Card
  81.                 NOTE: These documents do not get installed.
  82.  
  83.     include     IRIS Performer header files
  84.  
  85.     lib         IRIS Performer libraries (static debug only)
  86.  
  87.     man         Manual pages 
  88.  
  89.     src         Sample programs
  90.      examples    example programs
  91.      perfly      complete simulation example with GUI
  92.      pfflt       loader for FLIGHT (v11) databases
  93.      pfsgi       loader for SGO and BIN databases
  94.      pguide      programs from IRIS Performer Programming Guide
  95.  
  96.  
  97. ___________________ NEED MORE INFORMATION ? _________________________
  98.  
  99. Give me a call.
  100.  
  101. Michael T. Jones       
  102. Advanced Graphics Division
  103. Silicon Graphics Computer Systems
  104. 2011 N. Shoreline Blvd.
  105. Mtn. View, CA 94039-7311
  106.  
  107. Email: mtj@sgi.com  
  108. Voice: (415) 390-1455
  109.   FAX: (415) 965-2658
  110.  
  111.  
  112.